home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d935.lha / AmiCDROM / rock.h < prev    next >
C/C++ Source or Header  |  1993-12-20  |  278b  |  14 lines

  1. /* rock.h: */
  2.  
  3. #ifndef _ROCK_H
  4. #define _ROCK_H
  5.  
  6. #include "cdrom.h"
  7. #include "iso9660.h"
  8.  
  9. t_bool Uses_Rock_Ridge_Protocol (VOLUME *p_volume, int *p_skip);
  10. int Get_RR_File_Name (VOLUME *p_volume, directory_record *p_dir,
  11.               char *p_buf, int p_buf_len);
  12.  
  13. #endif /* _ROCK_H */
  14.